From 36bb3d336f341f62452d27dd879111184927ff0d Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sat, 22 Nov 2014 20:02:24 -0500 Subject: [PATCH] Point to spdx.org/licenses in license field docs I expected the comment about the whitelist to say where you could find the whitelist. This mirrors the information given in the error message if you specify an invalid license identifier. --- src/doc/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 318e9ce79..b25c69e00 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -82,7 +82,8 @@ keywords = ["...", "..."] # This is a string description of the license for this package. Currently # crates.io will validate the license provided against a whitelist of known -# licenses. Multiple licenses can be separated with a `/` +# license identifiers from http://spdx.org/licenses/. Multiple licenses can +# be separated with a `/` license = "..." ``` -- 2.30.2